home *** CD-ROM | disk | FTP | other *** search
/ PC World 2001 August / PCWorld_2001-08_cd.bin / Software / Vyzkuste / codePad / CodePad30.exe / Syntax Definitions / javabuilder.def < prev    next >
Text File  |  2000-11-08  |  5KB  |  185 lines

  1. object TPersHolder
  2.   P.Name = 'Java'
  3.   P.SyntaxBlocks = <
  4.     item
  5.       Name = 'Default'
  6.       ID = 0
  7.       CaseSensitive = True
  8.       UseMetaSymbol = True
  9.       UseMetaToWrapLines = True
  10.       MetaSymbol = '\'
  11.       FIText = 0
  12.       FIIntNum = 1
  13.       FIFloatNum = 2
  14.       FIHexNum = 3
  15.       FISymbol = 9
  16.       UseSymbols = True
  17.       UseComments = True
  18.       UseSingleLineComments = True
  19.       UseMultiLineComments = True
  20.       UseStrings = True
  21.       UseSingleLineStrings = True
  22.       UseNumbers = True
  23.       UsePrefixedNumbers = True
  24.       UseSuffixedNumbers = True
  25.       UseMultipleNumSuffixes = False
  26.       UsePrefixedSuffixedNumbers = True
  27.       UsePSNumComposition = True
  28.       UseKeywords = True
  29.       BlockDelimiters = <>
  30.       SingleLineCommentDelimiters = <
  31.         item
  32.           FontID = 4
  33.           LeftDelimiter = '//'
  34.         end>
  35.       MultiLineCommentDelimiters = <
  36.         item
  37.           FontID = 5
  38.           LeftDelimiter = '/*'
  39.           RightDelimiter = '*/'
  40.         end>
  41.       SingleLineStringDelimiters = <
  42.         item
  43.           FontID = 6
  44.           LeftDelimiter = '"'
  45.           RightDelimiter = '"'
  46.         end
  47.         item
  48.           FontID = 7
  49.           LeftDelimiter = #39
  50.           RightDelimiter = #39
  51.         end>
  52.       NumPrefixes = <
  53.         item
  54.           LeftDelimiter = '0x'
  55.         end
  56.         item
  57.           LeftDelimiter = '0X'
  58.         end>
  59.       NumSuffixes = <
  60.         item
  61.           LeftDelimiter = 'l'
  62.         end
  63.         item
  64.           LeftDelimiter = 'L'
  65.         end
  66.         item
  67.           LeftDelimiter = 'f'
  68.         end
  69.         item
  70.           LeftDelimiter = 'F'
  71.         end
  72.         item
  73.           LeftDelimiter = 'd'
  74.         end
  75.         item
  76.           LeftDelimiter = 'D'
  77.         end>
  78.       NumPrefixesSuffixes = <>
  79.       KeywordSets = <
  80.         item
  81.           FontID = 8
  82.           Name = 'keywords'
  83.           Keywords = 
  84.             'abstract,boolean,break,byte,case,catch,char,class,const,continue' +
  85.             ',default,do,double,else,extends,false,final,finally,float,for,go' +
  86.             'to,if,implements,import,instanceof,int,interface,long,native,new' +
  87.             ',null,package,private,protected,public,return,short,static,super' +
  88.             ',switch,synchronized,this,throw,throws,transient,true,try,void,v' +
  89.             'olatile,while'
  90.         end>
  91.     end>
  92.   P.FontTable = <
  93.     item
  94.       FontID = 0
  95.       GlobalAttrID = 'Whitespace'
  96.       Font.Charset = DEFAULT_CHARSET
  97.       Font.Color = clBlack
  98.       Font.Height = -13
  99.       Font.Name = 'Courier New'
  100.       Font.Style = []
  101.     end
  102.     item
  103.       FontID = 1
  104.       GlobalAttrID = 'Integer'
  105.       Font.Charset = DEFAULT_CHARSET
  106.       Font.Color = clGreen
  107.       Font.Height = -13
  108.       Font.Name = 'Courier New'
  109.       Font.Style = []
  110.     end
  111.     item
  112.       FontID = 2
  113.       GlobalAttrID = 'Float'
  114.       Font.Charset = DEFAULT_CHARSET
  115.       Font.Color = clGreen
  116.       Font.Height = -13
  117.       Font.Name = 'Courier New'
  118.       Font.Style = []
  119.     end
  120.     item
  121.       FontID = 3
  122.       GlobalAttrID = 'Integer'
  123.       Font.Charset = DEFAULT_CHARSET
  124.       Font.Color = clGreen
  125.       Font.Height = -13
  126.       Font.Name = 'Courier New'
  127.       Font.Style = []
  128.     end
  129.     item
  130.       FontID = 4
  131.       GlobalAttrID = 'Comment'
  132.       Font.Charset = DEFAULT_CHARSET
  133.       Font.Color = clGray
  134.       Font.Height = -13
  135.       Font.Name = 'Courier New'
  136.       Font.Style = [fsItalic]
  137.     end
  138.     item
  139.       FontID = 5
  140.       GlobalAttrID = 'Comment'
  141.       Font.Charset = DEFAULT_CHARSET
  142.       Font.Color = clGray
  143.       Font.Height = -13
  144.       Font.Name = 'Courier New'
  145.       Font.Style = [fsItalic]
  146.     end
  147.     item
  148.       FontID = 6
  149.       GlobalAttrID = 'String'
  150.       Font.Charset = DEFAULT_CHARSET
  151.       Font.Color = clMaroon
  152.       Font.Height = -13
  153.       Font.Name = 'Courier New'
  154.       Font.Style = []
  155.     end
  156.     item
  157.       FontID = 7
  158.       GlobalAttrID = 'String'
  159.       Font.Charset = DEFAULT_CHARSET
  160.       Font.Color = clMaroon
  161.       Font.Height = -13
  162.       Font.Name = 'Courier New'
  163.       Font.Style = []
  164.     end
  165.     item
  166.       FontID = 8
  167.       GlobalAttrID = 'Reserved words'
  168.       Font.Charset = DEFAULT_CHARSET
  169.       Font.Color = clBlue
  170.       Font.Height = -13
  171.       Font.Name = 'Courier New'
  172.       Font.Style = [fsBold]
  173.     end
  174.     item
  175.       FontID = 9
  176.       GlobalAttrID = 'Delimiters'
  177.       Font.Charset = DEFAULT_CHARSET
  178.       Font.Color = clBlack
  179.       Font.Height = -13
  180.       Font.Name = 'Courier New'
  181.       Font.Style = []
  182.     end>
  183.   P.SyntaxVersion = 3
  184. end
  185.